'Declaration
Public Function New( _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor, _ ByVal groupParameters As DAGroupParameters, _ ByVal state As Object _ )
'Usage
Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim groupParameters As DAGroupParameters Dim state As Object Dim instance As New EasyDAItemSubscriptionArguments(Of T)(serverDescriptor, itemDescriptor, groupParameters, state)
public EasyDAItemSubscriptionArguments<T>( ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, DAGroupParameters groupParameters, object state )
public: EasyDAItemSubscriptionArguments<T>( ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, DAGroupParameters^ groupParameters, Object^ state )
Parameters
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.
- groupParameters
- An object containing subscription parameters, such as the requested update rate.
- state
- The state object (can be any value supplied by your code); available in event notifications.